home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
WAIS
/
next-ui
/
MailSpeaker.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-01-13
|
229 b
|
9 lines
#import <appkit/Speaker.h>
@interface MailSpeaker : Speaker
{}
-(int)openSend;
-(int)setTo : (char *) toString;
-(int)setCc : (char *) ccString;
-(int)setSubject : (char *) subjectString;
-(int)setBody : (char *) bodyString;
@end